home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / De la revista / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Layout Properties < prev    next >
Encoding:
Text File  |  1996-01-24  |  337 b   |  12 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first layout of database 2
  3.     best type of first layout of database 2
  4.     default type of first layout of database 2
  5.     name of layout 1
  6.     ID of first layout
  7.     kind of layout 0
  8.     kind of first layout
  9.     protection of layout "Data Entry"
  10.     lock of first layout of database 2
  11.     visible of every layout
  12. end tell